StoreInfo

data class StoreInfo(val appId: Int, val productId: String? = null, val advertisingPartnerToken: String? = null, val affiliateToken: String? = null, val campaignToken: String? = null, val providerToken: String? = null)

Information to specify how the appstore should be opened

Constructors

Link copied to clipboard
constructor(appId: Int, productId: String? = null, advertisingPartnerToken: String? = null, affiliateToken: String? = null, campaignToken: String? = null, providerToken: String? = null)

Properties

Link copied to clipboard

The token of the advertising partner you wish to use for any purchase made in the app store

Link copied to clipboard

The token of the affiliate you wish to use for any purchase made in the app store

Link copied to clipboard
val appId: Int

Identifier of the AppStore page

Link copied to clipboard

The token for the App Analytics campaign

Link copied to clipboard

Identifier of the product to promote at the top of the app store

Link copied to clipboard

The provider token for the developer that created the app